home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 104 / DPPCZ0701B.7z / DPPCZ0701B.ISO / demos / arcanum / Sierra / Arcanum Preview / arcanum3.dat / mes_gd_cls_dumb_pc2m.mes < prev    next >
Text File  |  2001-03-13  |  2KB  |  112 lines

  1. // These are class-based PC messages, said to male NPC's based on their
  2. // class.
  3.  
  4. // Appreciation (thanks) messages start at 1000. Each class gets 50
  5. // messages starting on multiples of 50
  6.  
  7. // noble
  8. {1000}{Tank you.}
  9.  
  10. // priest
  11. {1050}{Tank you.}
  12.  
  13. // wizard
  14. {1100}{Tanx you, scary man.}
  15.  
  16. // technologist
  17. {1150}{Tanx you, scientrifigul sir.}
  18.  
  19. // shopkeeper
  20. {1200}{Tanks!}
  21.  
  22. // guard
  23. {1250}{Tanx you!}
  24.  
  25. // city_dweller
  26. {1300}{Tank you, nice man.}
  27.  
  28. // villager
  29. {1350}{Tanks.}
  30.  
  31. // beggar
  32. {1400}{Tanks, old man.}
  33.  
  34. // thief
  35. {1450}{Tanks!}
  36.  
  37. // bandit
  38. {1500}{Tanks.}
  39.  
  40. // Asking for rumors messages start at 2000. Each class gets 50
  41. // messages starting on multiples of 50
  42.  
  43. // noble
  44. {2000}{You tell me rumor?}
  45.  
  46. // priest
  47. {2050}{You say whut news for me?}
  48.  
  49. // wizard
  50. {2100}{Whut is rumor stuff?}
  51.  
  52. // technologist
  53. {2150}{Whut is news, man sir?}
  54.  
  55. // shopkeeper
  56. {2200}{Whut rumor be news?}
  57.  
  58. // guard
  59. {2250}{Whut room or news?}
  60.  
  61. // city_dweller
  62. {2300}{This city big! Lots happen! You gots rumor?}
  63.  
  64. // villager
  65. {2350}{Tell me news rumor?}
  66.  
  67. // beggar
  68. {2400}{Tell me news rumor?}
  69.  
  70. // thief
  71. {2450}{You tell rumor news me now.}
  72.  
  73. // bandit
  74. {2500}{You tell rumor news me now.?}
  75.  
  76.  
  77. // Insult messages start at 3000. Each class gets 50 messages starting
  78. // on multiples of 50
  79.  
  80. // noble
  81. {3000}{You stinky-face!}
  82.  
  83. // priest
  84. {3050}{You funny-looking.}
  85.  
  86. // wizard
  87. {3100}{You a pasty head!}
  88.  
  89. // technologist
  90. {3150}{You dumb guy.}
  91.  
  92. // shopkeeper
  93. {3200}{You ugly dumb guy.}
  94.  
  95. // guard
  96. {3250}{Mean stupid guy!}
  97.  
  98. // city_dweller
  99. {3300}{I no like you stupid man!}
  100.  
  101. // villager
  102. {3350}{Dummy stupid-head!}
  103.  
  104. // beggar
  105. {3400}{Smelly man guy sir!}
  106.  
  107. // thief
  108. {3450}{Stupid orc-face!}
  109.  
  110. // bandit
  111. {3500}{You stinky ugly stupid head.}
  112.